// File:       memory.c++
// Version:    1.00
// Author:     (c) Miles Sabin, 1996
// Purpose:    allocator, runtime_allocator, auto_ptr etc.

// Change log:
//  15/10/96   v. 1.00
//   2/01/97   Added raw_storage_iterator.
//   4/01/97   Added allocate(), deallocate().
//             Added get_temporary_buffer(), return_temporary_buffer().
//  31/01/97   get_temporary_buffer now resizes down logarithmically on failure.
//  05/03/97   Modfied auto_ptr<T> to match wierd Dec 96 semantics.

#include "memory.h"


runtime_allocator_impl::~runtime_allocator_impl()
  {}

